home *** CD-ROM | disk | FTP | other *** search
- This is the Oberon version compiled with Oberon-2 V3.11 and V40.xx includes.
-
- Hmm there is a bug in the compiler or a mistake of mine about the language!
- It does the following:
-
- PROCEDURE GEP(year : INTEGER) : SHORTINT;
- .
- .
- .
- .
- VAR
- m : SHORTINT;
-
- BEGIN
- m := 30 - GEP(1994);
- .
- .
- .
-
- So at runtime there comes a message from the runtime-system like:
- unknown instruction
-
- You could test this with the option 45 in the test programm!
-
-
-
- This is version 33.089 from the 30.11.1994.
- Development only goes on for the C version
- (until there is a real need for the Oberon version)!
-